FileAttachmentSave Method (String, Boolean) |
Saves the specified file path.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic void Save(
string filePath,
bool overwrite
)
Public Sub Save (
filePath As String,
overwrite As Boolean
)
Parameters
- filePath
- Type: SystemString
The file path. - overwrite
- Type: SystemBoolean
if set to true [overwrite].
See Also